EventItem
The EventItem class represents an event with a name, associated method, and asynchronous execution status.
Properties
| Name | Description |
|---|---|
| MethodName | The name of the method associated with the event. |
| Name | The name of the event. |
| Async | Indicates whether the event executes asynchronously. |
Constructors
| Name | Description |
|---|---|
| EventItem() | Initializes a new instance of the EventItem class. |